|
ED
|
avaliable
|
RT
|
avaliable
|
With DynProperties it is possible to get access to additional Properties/Methods of Objects.
Sub GetDynProp() 'Sample: GSet the Network Aktive Flag of the Project. If MyWorkspace.ActiveDocument.DynProperties("NetActive") = True Then 'read the server - computername... Debug.Print "Server: " & MyWorkspace.ActiveDocument.DynProperties("NetServer") End If End Sub